.topbar {
  background: #fff;
  height: 80px;
  min-width: 1200px;
  position: sticky;
  top: 0;
  z-index: 3000;
}
.topbar .logo {
  display: block;
  width: 188px;
  height: 54px;
  float: left;
  margin-top: 13px;
}
.topbar .logo img {
  display: block;
  width: 188px;
  height: 54px;
}
.topbar .topRight {
  padding-top: 20px;
}
.topbar .topRight .language {
  font-size: 14px;
  color: #28282c;
  line-height: 40px;
  float: right;
}
.topbar .topRight .language a {
  padding-left: 15px;
  margin-left: 15px;
  background: url(../images/line_12.png) no-repeat center left;
}
.topbar .topRight .language a:first-child {
  background: none;
}
.topbar .topRight .language a.chinese {
  color: #e5a43e;
}
.topbar .searchBox {
  float: right;
  width: 700px;
  height: 40px;
  border-radius: 5px 5px 5px 5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #999999;
  position: relative;
}
.topbar .searchBox.active {
  border: 2px solid red;
}
.topbar .searchBox input {
  /* position: absolute; */
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: 40px;
  background: transparent;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  padding: 0 20px 0 130px;
  box-sizing: border-box;
  z-index: 1;
  font-size: 14px;
}

.long_tail {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 20px 0px rgba(6, 69, 155, 0.3);
  overflow: hidden;
}
.long_tail ul {
  /* height: 20px; */
  /* padding: 15px; */
}
.long_tail li {
  /* height: 20px; */
  padding: 10px;
  cursor: pointer;
}

.long_tail li:hover {
  /* height: 20px; */
  background-color: #365a9f;
  color: #fff;
}

.topbar .searchBox .choiceCol {
  position: absolute;
  height: 100%;
  background: url(../images/line_16.png) no-repeat center right;
  background-size: 1px 16px;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 2;
  cursor: pointer;
  font-size: 12px;
}
.topbar .searchBox .choiceCol .cur {
  line-height: 40px;
}
.topbar .searchBox .choiceCol .cur span {
  background: url(../images/y_arrBott.png) no-repeat center right;
  background-size: 12px 7px;
  padding-right: 20px;
}
.topbar .searchBox .choiceCol .selBox {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 40px;
  border-radius: 0 0 5px 5px;
}
.topbar .searchBox .choiceCol .selBox a {
  display: block;
  line-height: 40px;
  padding-left: 20px;
}
.topbar .searchBtn {
  float: right;
  display: block;
  width: 80px;
  height: 40px;
  border-radius: 5px 5px 5px 5px;
  background: rgba(28, 57, 113, 1);
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
}
.topbar .searchBtn:hover {
  text-decoration: none;
  background: #1b305a;
}
.topbar .telBox {
  float: right;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #28282c 100%;
  margin-left: 30px;
}
.topbar .telBox a {
  background: url(../images/i_tel.png) no-repeat center left;
  background-size: 12px 12px;
  padding-left: 20px;
}
.header {
  width: 100%;
  height: 48px;
  background: #1c3971;
  min-width: 1200px;
}
.header .header-right {
  width: 1440px;
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  background: #1c3971;
}
.header-right ul.nav {
  float: left;
}
.header-right ul.nav li {
  float: left;
  position: relative;
  height: 48px;
}
.header-right ul.nav li > a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  height: 48px;
  padding: 0 30px;
  font-weight: 700;
}
.header-right .hasSubnav span {
  background: url(../images/i_bottom_w.png) no-repeat center right;
  background-size: 12px 12px;
  padding-right: 22px;
}
.header-right .hasSubnav:hover span {
  background: url(../images/i_top_arr.png) no-repeat center right;
  background-size: 12px 12px;
  padding-right: 22px;
}
.header-right ul.nav li .subnav {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 100;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header-right ul.nav li .subnav .arrTop {
  display: block;
  width: 21px;
  height: 18px;
  background: url(../images/arrTop.png) no-repeat top center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.header-right ul.nav li .subnav a {
  display: block;
  padding: 0 15px;
  background: #fff;
  text-align: center;
}
.header-right ul.nav li .subnav a span {
  font-size: 14px;
  width: 100%;
  padding: 18px 0;
  color: #28282c;
  display: inline-block;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.header-right ul.nav li .subnav a:last-child span {
  border-bottom: none;
}
.header-right ul.nav li:hover > a {
  background: #fff;
  color: #28282c;
}
.header-right ul.nav li.current > a {
  background: #fff;
  color: #28282c;
}
.header-right ul.nav li .subnav a:hover {
  font-weight: 700;
}
.header-right ul.nav li.current > a.hasSubnav span {
  background: url(../images/i_top_arr.png) no-repeat center right;
  background-size: 12px 12px;
  padding-right: 22px;
}
.header-right ul.nav li .subnav.accountNav {
  display: none;
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 45px;
  z-index: 100;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.accountNav .nav_reg {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.accountNav .nav_reg:last-child {
  border-bottom: 0;
}
.accountNav .nav_reg p {
  padding-left: 30px;
  padding-bottom: 20px;
}
.accountNav .nav_reg .nav_loginBtn {
  width: 240px;
  height: 54px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 54px;
  margin: 0 auto;
  background: #1c3971 !important;
}
.accountNav .nav_reg .nav_loginBtn:hover {
  background: #365a9f !important;
}
.accountNav .nav_reg .nav_registerBtn {
  width: 240px;
  height: 54px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #1c3971;
  color: #1c3971;
  box-sizing: border-box;
  margin: 0 auto;
}
.accountNav .nav_reg .nav_registerBtn:hover {
  background: #365a9f !important;
  color: #ffffff;
}
.rightMenu {
  float: right;
}
.rightMenu .q_link {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
  line-height: 48px;
  background: url(../images/line_16.png) no-repeat center right;
  background-size: 1px 16px;
}
.rightMenu .q_link:visited,
.rightMenu .q_link:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.rightMenu .cartBox {
  float: right;
  cursor: pointer;
}
.rightMenu .cartBox a {
  color: #ffffff !important;
}
.rightMenu .cartBox span {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #ffffff !important;
  padding: 0 0 0 25px;
  line-height: 48px;
  background: url(../images/i_cart.png) no-repeat center left;
  background-size: 18px 18px;
  margin-left: 15px;
  float: left;
}
.rightMenu .cartBox .inputbox {
  min-width: 22px;
  height: 22px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #28282c;
  line-height: 22px;
  float: left;
  margin-top: 13px;
  margin-left: 6px;
}
/* 头部 */
/*轮播图*/
.Banner {
  position: relative;
  width: 100%;
}
.bannerSwiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 488px;
  min-width: 1200px;
}
.bannerSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bannerSwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.heigh_300 .swiper-slide img {
  height: auto;
  min-height: 300px;
}
.bannerSwiper .swiper-pagination {
  bottom: 30px !important;
}
.bannerSwiper .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin: 0 3px;
  background: #fff;
  opacity: 0.5;
}
.bannerSwiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper-button-prev {
  background-image: url(../images/i_prev.png);
  background-size: 30px 30px;
}
.swiper-button-next {
  background-image: url(../images/i_next.png);
  background-size: 30px 30px;
}
.normalBox {
  width: 1320px;
  margin: 0 auto;
  position: relative;
}
.normalBox .col {
  width: 290px;
  float: left;
  margin: 50px 20px 0 20px;
  display: block;
}
.normalBox .col:hover {
  text-decoration: none !important;
}
.normalBox .col .pic {
  width: 290px;
  height: 180px;
  overflow: hidden;
}
.normalBox .col .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.normalBox .col .pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1);
}
.normalBox .col .title {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #e5a43e;
  margin-top: 20px;
  height: 20px;
}
.normalBox .col .subinfo {
  width: 280px;
  height: 34px;
  font-size: 14px;
  text-align: left;
  color: #28282c;
  margin-top: 10px;
}
.normalBox .col:hover .subinfo {
  color: #e5a43e;
}
.normal_tit {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 40px;
}
.normal_tit h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #28282c;
  float: left;
}
.normal_tit .seemore {
  font-size: 14px;
  color: #999999;
  background: url(../images/i_more.png) no-repeat center right;
  background-size: 12px 12px;
  padding-right: 15px;
  line-height: 26px;
  float: right;
}
.normal_tit .seemore:hover {
  color: #e5a43e;
  background: url(../images/i_more_y.png) no-repeat center right;
  background-size: 12px 12px;
}
.mySwiper {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.swiperCol {
  display: block;
  width: 224px;
  margin: 0 20px;
}
.swiperCol:hover {
  text-decoration: none !important;
}
.swiperCol .pic {
  width: 224px;
  height: 224px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
.swiperCol .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.swiperCol .pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1);
}
.swiperCol .title {
  margin-top: 10px;
  font-size: 16px;
  color: #28282c;
  line-height: 1.5;
  height: 50px;
}
.swiperCol a:hover .title {
  color: #e5a43e;
}
.swiperCol .price {
  margin-top: 10px;
  position: relative;
}
.swiperCol .pricenum {
  color: #e5a43e;
  font-weight: 400;
  font-size: 14px;
  float: left;
}
.swiperCol .pricenum span {
  font-size: 20px;
  font-weight: 700;
}
.swiperCol .pricenum .qi {
  color: #999;
  margin-left: 3px;
}
.swiperCol .like {
  width: 22px;
  height: 22px;
  background: url(../images/star.png) no-repeat center center;
  background-size: 100% 100%;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
}
.swiperCol .like:hover {
  background: url(../images/stared.png) no-repeat center center;
  background-size: 100% 100%;
}
.swiperCol .liked {
  background: url(../images/stared.png) no-repeat center center;
  background-size: 100% 100%;
}
.mySwiper .swiper-button-prev {
  top: 45%;
  left: -25px;
}
.mySwiper .swiper-button-next {
  top: 45%;
  right: -25px;
}
.adbox {
  margin-top: 50px;
}
.adbox img {
  display: block;
  width: 100%;
}
.productLine {
  margin-bottom: 50px;
}
.productLine .col {
  margin: 20px 20px 0 20px;
}
.productLine .col .pic {
  position: relative;
}
.productLine .col .pic .picLayer {
  width: 100%;
  height: 40px;
  background: rgba(229, 164, 62, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}
.brandBox {
  padding: 50px 0;
  background: #f8f8f8;
}
.brandTit {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #28282c;
}
.brandList {
  margin: 30px auto 0 auto;
  width: 1280px;
  text-align: center;
}
.brandList a {
  display: inline-block;
  width: 150px;
  height: 80px;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
  line-height: 80px;
  vertical-align: middle;
}
.brandList a img {
  display: inline-block;
  width: auto;
  max-width: 96%;
  margin: 0 auto;
  max-height: 68px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.brandList img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1);
}
.topbtn {
  padding: 20px 0;
}
.topbtn a {
  display: inline-block;
  float: right;
  margin-left: 10px;
  line-height: 36px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
}
.topbtn.f_left {
  margin-bottom: 20px;
}
.topbtn.f_left a {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.topbtn a.i_cart span {
  background: url(../images/i_gou.png) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 22px;
}
.topbtn a.i_order span {
  background: url(../images/i_order.png) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 22px;
}
.topbtn a.i_buy span {
  background: url(../images/i_buy.png) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 22px;
}
.topbtn a.i_set span {
  background: url(../images/i_set.png) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 22px;
}
.topbtn a.i_search span {
  background: url(../images/i_search_w.png) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 22px;
}
.topbtn a.i_export span {
  background: url(../images/i_export.png) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 22px;
}
.topbtn a.blueBG {
  background: #1c3971;
}
.topbtn a.blueBG:hover {
  background: #365a9f;
}
.topbtn a.greenBG {
  background: #03ad53;
}
.topbtn a.greenBG:hover {
  background: #1eb565;
}
.topbtn a.yellowBG {
  background: #e5a43e;
}
.topbtn a.yellowBG:hover {
  background: #ecb765;
}
